Implement LWG 2681 and 2682 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@284316 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/upcoming_meeting.html b/www/upcoming_meeting.html index 6c8b29e..cb781a4 100644 --- a/www/upcoming_meeting.html +++ b/www/upcoming_meeting.html
@@ -94,8 +94,8 @@ <tr><td><a href="http://wg21.link/LWG2678">2678</a></td><td>std::filesystem enum classes overspecified</td><td>Issaquah</td><td>Nothing to do</td></tr> <tr><td><a href="http://wg21.link/LWG2679">2679</a></td><td>Inconsistent Use of Effects and Equivalent To</td><td>Issaquah</td><td>Nothing to do</td></tr> <tr><td><a href="http://wg21.link/LWG2680">2680</a></td><td>Add "Equivalent to" to filesystem</td><td>Issaquah</td><td>Nothing to do</td></tr> - <tr><td><a href="http://wg21.link/LWG2681">2681</a></td><td>filesystem::copy() cannot copy symlinks</td><td>Issaquah</td><td></td></tr> - <tr><td><a href="http://wg21.link/LWG2682">2682</a></td><td>filesystem::copy() won't create a symlink to a directory</td><td>Issaquah</td><td></td></tr> + <tr><td><a href="http://wg21.link/LWG2681">2681</a></td><td>filesystem::copy() cannot copy symlinks</td><td>Issaquah</td><td>We already do this</td></tr> + <tr><td><a href="http://wg21.link/LWG2682">2682</a></td><td>filesystem::copy() won't create a symlink to a directory</td><td>Issaquah</td><td>Implemented in trunk</td></tr> <tr><td><a href="http://wg21.link/LWG2686">2686</a></td><td>Why is std::hash specialized for error_code, but not error_condition?</td><td>Issaquah</td><td>Patch ready</td></tr> <tr><td><a href="http://wg21.link/LWG2694">2694</a></td><td>Application of LWG 436 accidentally deleted definition of "facet"</td><td>Issaquah</td><td>Nothing to do</td></tr> <tr><td><a href="http://wg21.link/LWG2696">2696</a></td><td>Interaction between make_shared and enable_shared_from_this is underspecified</td><td>Issaquah</td><td></td></tr> @@ -172,8 +172,8 @@ <li>2678 - File System; Eric?</li> <li>2679 - This is just wording cleanup. </li> <li>2680 - This is just wording cleanup. </li> -<li>2681 - File System; Eric?</li> -<li>2682 - File System; Eric?</li> +<li>2681 - LGTM </li> +<li>2682 - Current PR is incorrect. A modified version has been implemented</li> <li>2686 - Patch and tests ready</li> <li>2694 - Restoring inadvertently deleted text. No code changes needed.</li> <li>2696 - I <b>suspect</b> that this is just better specification of the existing structure. Probably need more tests for this.</li>